home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / suptec / update_wxp / prog3.exe / sp2 / update / update.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-06-11  |  3.7 KB  |  113 lines

  1. [Version]
  2.  
  3.     Signature                 = "$Windows NT$"
  4.     LanguageType              = %LangTypeValue%
  5.     NtBuildToUpdate           = 2600
  6.     NtMajorVersionToUpdate    = 5
  7.     NtMinorVersionToUpdate    = 1
  8.     MaxNtBuildToUpdate        = 2600
  9.     MaxNtMajorVersionToUpdate = 5
  10.     MaxNtMinorVersionToUpdate = 1
  11.     MinNtServicePackVersion=256
  12.     ThisServicePackVersion    = 512
  13.     MaxNtServicePackVersion=256
  14.     CatalogFile               = %SP_SHORT_TITLE%.cat
  15.  
  16. [JVMStage.DirId]
  17.  
  18.     DirId = 65628
  19.     CustomFunction=SpCustom.dll,GetJVMStage
  20.     InstallFromSection = JVMInstall
  21.     InstallStage = BeforeArchive
  22.     CopyFlags = SP_COPY_FORCE_NEWER
  23.  
  24. [ProductCatalogsToInstall]
  25.  
  26.     %SP_SHORT_TITLE%.cat, update\%SP_SHORT_TITLE%.cat
  27.  
  28. [ProductInstall.ReplaceFilesIfExist]
  29.  
  30.     CopyFiles=System32.files
  31.     CopyFiles=Cache.files
  32.  
  33. [ProductInstall.GlobalRegistryChanges.Install]
  34.  
  35.     AddReg=Product.Add.Reg
  36.  
  37. [ProductInstall.GlobalRegistryChanges.ReInstall]
  38.  
  39.     AddReg=Product.Add.Reg
  40.  
  41. [Save.Reg.For.Uninstall]
  42.  
  43.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%
  44.     HKLM,SOFTWARE\Microsoft\Updates\Windows XP\SP%SERVICE_PACK_NUMBER%\%SP_SHORT_TITLE%
  45.  
  46. [Product.Add.Reg]
  47.  
  48.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed",0x10001,1
  49.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Comments",0,%COMMENT%
  50.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Backup Dir",0,""
  51.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Fix Description",0,%COMMENT%
  52.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed By",0,""
  53.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Installed On",0,""
  54.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Service Pack",0x10001,%SERVICE_PACK_NUMBER%
  55.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%,"Valid",0x10001,1
  56.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Flags",0,""
  57.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New File",0,""
  58.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"New Link Date",0,""
  59.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%SP_SHORT_TITLE%\File 1\,"Old Link Date",0,""
  60.  
  61. [DestinationDirs]
  62.  
  63.     System32.files=11               ; %windir%\system32 (replace if exist)
  64.     Cache.files=65619                   ; %windir%\system32\DllCache (replace if exist)
  65.     JVMStage = 65628                ; set by JVMStage.DirId
  66.  
  67. [System32.files]
  68.  
  69.     shell32.dll
  70.  
  71. [Cache.files]
  72.  
  73.     shell32.dll
  74.  
  75. [ArchiveCatalogFilesOnly]
  76.  
  77.     %SP_SHORT_TITLE%.cat
  78.  
  79. [SourceDisksNames]
  80.  
  81.     1=%ServicePackSourceFiles%
  82.  
  83. [SourceDisksFiles]
  84.  
  85.     shell32.dll=1
  86.  
  87. [UninstallSections]
  88.  
  89.     GlobalRegistryChanges, GlobalRegistryChanges.UnInstall
  90.     Add.Reg, Add.Reg.Uninstall
  91.     Del.Reg, Del.Reg.Uninstall
  92.  
  93. [Strings]
  94.  
  95.     SP_TITLE="Windows XP Hotfix - KB821557"
  96.     BUILDTIMESTAMP=20030611.135319
  97.     HELPLINK=http://support.microsoft.com?kbid=821557
  98.     LANGTYPEVALUE=0x416
  99.     SP_SHORT_TITLE="KB821557"
  100.     SERVICE_PACK_NUMBER=2
  101.     COMMENT="Windows XP Hotfix - KB821557"
  102.     SERVICEPACKSOURCEFILES="Arquivos de origem do Windows XP Hotfix"
  103.  
  104. [Configuration]
  105.  
  106.     InstallationType        = Hotfix
  107.     InstallLogFileName      = %SP_SHORT_TITLE%.log
  108.     UnInstallLogFileName    = %SP_SHORT_TITLE%Uninst.log
  109.     UnInstallDirName        = $NtUninstall%SP_SHORT_TITLE%$
  110.     EventLogKeyName         = NtServicePack
  111.     EventLogDllName         = spmsg.dll
  112.  
  113.